]> granicus.if.org Git - handbrake/commitdiff
muxavformat: fix error messages
authorJohn Stebbins <jstebbins.hb@gmail.com>
Sat, 3 Nov 2018 16:38:36 +0000 (09:38 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 14 Nov 2018 19:42:08 +0000 (11:42 -0800)
libhb/muxavformat.c

index 0df30d41258efff7d7fba48e90831695baa686e1..5f2d7fe871b82481efbec5db0b200fd60f8b12c5 100644 (file)
@@ -267,7 +267,7 @@ static int avformatInit( hb_mux_object_t * m )
                 priv_data = av_malloc(priv_size + AV_INPUT_BUFFER_PADDING_SIZE);
                 if (priv_data == NULL)
                 {
-                    hb_error("h.265 extradata: malloc failure");
+                    hb_error("H.264 extradata: malloc failure");
                     goto error;
                 }
                 memcpy(priv_data,
@@ -285,7 +285,7 @@ static int avformatInit( hb_mux_object_t * m )
                 priv_data = av_malloc(priv_size + AV_INPUT_BUFFER_PADDING_SIZE);
                 if (priv_data == NULL)
                 {
-                    hb_error("h.265 extradata: malloc failure");
+                    hb_error("MPEG-4 extradata: malloc failure");
                     goto error;
                 }
                 memcpy(priv_data,
@@ -303,7 +303,7 @@ static int avformatInit( hb_mux_object_t * m )
                 priv_data = av_malloc(priv_size + AV_INPUT_BUFFER_PADDING_SIZE);
                 if (priv_data == NULL)
                 {
-                    hb_error("h.265 extradata: malloc failure");
+                    hb_error("MPEG-2 extradata: malloc failure");
                     goto error;
                 }
                 memcpy(priv_data,
@@ -402,7 +402,7 @@ static int avformatInit( hb_mux_object_t * m )
                 priv_data = av_malloc(priv_size + AV_INPUT_BUFFER_PADDING_SIZE);
                 if (priv_data == NULL)
                 {
-                    hb_error("h.265 extradata: malloc failure");
+                    hb_error("H.265 extradata: malloc failure");
                     goto error;
                 }
                 memcpy(priv_data,