Browse Source

Do not assume timestamps for mp2 format.

tags/n0.9
Carl Eugen Hoyos 13 years ago
parent
commit
262ab1c59a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/mp3enc.c

+ 1
- 0
libavformat/mp3enc.c View File

@@ -183,6 +183,7 @@ AVOutputFormat ff_mp2_muxer = {
.video_codec = CODEC_ID_NONE,
.write_packet = ff_raw_write_packet,
.write_trailer = mp2_write_trailer,
.flags = AVFMT_NOTIMESTAMPS,
};
#endif



Loading…
Cancel
Save