Author: ramiro
Date: Sat Aug 16 16:38:55 2008
New Revision: 3361

Log:
Rename label.

Modified:
   mlp/mlpenc.c

Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c        (original)
+++ mlp/mlpenc.c        Sat Aug 16 16:38:55 2008
@@ -1192,7 +1192,7 @@ static int mlp_encode_frame(AVCodecConte
 
     if (avctx->frame_number < ctx->major_header_interval) {
         if (data0) {
-            goto buffer_and_return;
+            goto input_and_return;
         } else {
             /* There are less frames than the requested major header interval.
              * Update the context and *data to reflect this.
@@ -1257,7 +1257,7 @@ static int mlp_encode_frame(AVCodecConte
 
     ctx->timestamp += ctx->frame_size[ctx->frame_index];
 
-buffer_and_return:
+input_and_return:
 
     if (data0) {
         ctx->frame_size[ctx->frame_index] = avctx->frame_size;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to