mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
cosmetics, alignment
Originally committed as revision 18807 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
520ca5032a
commit
1fbbedff85
@ -1849,7 +1849,7 @@ static int mov_write_packet(AVFormatContext *s, AVPacket *pkt)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ((enc->codec_id == CODEC_ID_DNXHD ||
|
if ((enc->codec_id == CODEC_ID_DNXHD ||
|
||||||
enc->codec_id == CODEC_ID_AC3) && !trk->vosLen) {
|
enc->codec_id == CODEC_ID_AC3) && !trk->vosLen) {
|
||||||
/* copy frame to create needed atoms */
|
/* copy frame to create needed atoms */
|
||||||
trk->vosLen = size;
|
trk->vosLen = size;
|
||||||
trk->vosData = av_malloc(size);
|
trk->vosData = av_malloc(size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user