Changeset 4880 for libpipi/trunk/examples/dumpmovie.c
- Timestamp:
- Jun 13, 2014, 7:41:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpipi/trunk/examples/dumpmovie.c
r4704 r4880 101 101 } 102 102 103 avcodec_decode_video (ctx, frame, &finished, packet.data, packet.size);103 avcodec_decode_video2(ctx, frame, &finished, packet.data, packet.size); 104 104 if(!finished) 105 105 {
Note: See TracChangeset
for help on using the changeset viewer.