You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
cosmetics: reindent after last commit
Originally committed as revision 7130 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -2544,7 +2544,7 @@ matroska_parse_blockgroup (MatroskaDemuxContext *matroska,
|
||||
matroska->tracks[track]->stream_index;
|
||||
|
||||
pkt->pts = timecode;
|
||||
pkt->pos= pos;
|
||||
pkt->pos = pos;
|
||||
|
||||
matroska_queue_packet(matroska, pkt);
|
||||
}
|
||||
|
Reference in New Issue
Block a user