You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
indentation
Originally committed as revision 11905 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1539,13 +1539,13 @@ static int mov_read_packet(AVFormatContext *s, AVPacket *pkt)
|
|||||||
sc->ffindex, sample->pos);
|
sc->ffindex, sample->pos);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
av_get_packet(s->pb, pkt, sample->size);
|
av_get_packet(s->pb, pkt, sample->size);
|
||||||
#ifdef CONFIG_DV_DEMUXER
|
#ifdef CONFIG_DV_DEMUXER
|
||||||
if (mov->dv_demux && sc->dv_audio_container) {
|
if (mov->dv_demux && sc->dv_audio_container) {
|
||||||
dv_produce_packet(mov->dv_demux, pkt, pkt->data, pkt->size);
|
dv_produce_packet(mov->dv_demux, pkt, pkt->data, pkt->size);
|
||||||
av_free(pkt->data);
|
av_free(pkt->data);
|
||||||
dv_get_packet(mov->dv_demux, pkt);
|
dv_get_packet(mov->dv_demux, pkt);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
pkt->stream_index = sc->ffindex;
|
pkt->stream_index = sc->ffindex;
|
||||||
pkt->dts = sample->timestamp;
|
pkt->dts = sample->timestamp;
|
||||||
|
Reference in New Issue
Block a user