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/storyboard.c

    r4736 r4880  
    115115        }
    116116
    117         avcodec_decode_video(ctx, frame, &finished, packet.data, packet.size);
     117        avcodec_decode_video2(ctx, frame, &finished, packet.data, packet.size);
    118118        if(!finished)
    119119        {
Note: See TracChangeset for help on using the changeset viewer.