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