changeset 6572:c92b7e617a0a libavcodec

Correction of typo in aac_ac3_parser
author bwolowiec
date Tue, 08 Apr 2008 06:18:36 +0000
parents ad0c77d2b6ee
children 43d2d2f27f92
files aac_ac3_parser.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aac_ac3_parser.c	Tue Apr 08 01:09:33 2008 +0000
+++ b/aac_ac3_parser.c	Tue Apr 08 06:18:36 2008 +0000
@@ -51,7 +51,7 @@
                 if(pc->index+i > 0 && s->new_frame_start){
                     s->remaining_size -= i; // remaining_size=len
 output_frame:
-                    if(!s->frame_in_buffer && 0){
+                    if(!s->frame_in_buffer){
                         s->frame_in_buffer=1;
                         buf+=i;
                         buf_size-=i;