Ignore:
Timestamp:
Jun 13, 2014, 7:41:12 AM (9 years ago)
Author:
Sam Hocevar
Message:

build: update build system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpipi/trunk/examples/dumpmovie.c

    r4704 r4880  
    101101        }
    102102
    103         avcodec_decode_video(ctx, frame, &finished, packet.data, packet.size);
     103        avcodec_decode_video2(ctx, frame, &finished, packet.data, packet.size);
    104104        if(!finished)
    105105        {
Note: See TracChangeset for help on using the changeset viewer.