Changeset 456ffec3 in ffmpeg
- Timestamp:
- Jan 14, 2015, 4:10:01 PM (10 years ago)
- Branches:
- master
- Children:
- 140dfd14, 1e763454
- Parents:
- 51da7d02
- git-author:
- Vittorio Giovara <vittorio.giovara@gmail.com> (01/06/15 15:47:18)
- git-committer:
- Vittorio Giovara <vittorio.giovara@gmail.com> (01/14/15 16:10:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libavformat/img2dec.c
r51da7d02 r456ffec3 195 195 s->img_first = first_index; 196 196 s->img_last = last_index; 197 s->img_number = first_index;197 s->img_number = s->start_number != 1 ? s->start_number : first_index; 198 198 /* compute duration */ 199 199 st->start_time = 0;
Note:
See TracChangeset
for help on using the changeset viewer.