[FFmpeg-cvslog] r11039 - trunk/libavformat/rmdec.c
Anders Grönberg
galileo.m2
Mon Nov 19 22:25:55 CET 2007
Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c (original)
+++ trunk/libavformat/rmdec.c Thu Nov 15 22:04:06 2007
@@ -615,6 +615,7 @@ ff_rm_parse_packet (AVFormatContext *s,
}
} else
av_get_packet(pb, pkt, len);
+ rm_ac3_swap_bytes(st, pkt);
} else
av_get_packet(pb, pkt, len);
I think this is missing a pair of braces.
More information about the ffmpeg-cvslog
mailing list