Changeset 1083:18a793b2da55 in mediastreamer2


Ignore:
Timestamp:
Feb 20, 2011 6:44:40 PM (2 years ago)
Author:
laurent
Branch:
default
Message:

bug fix : x264

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/msx264/src/msx264.c

    r1081 r1083  
    173173        ms_queue_init(&nalus); 
    174174        while((im=ms_queue_get(f->inputs[0]))!=NULL){ 
    175                 if (ms_yuv_buf_init_from_mblk(&pic,im)==0){ 
     175                if (yuv_buf_init_from_mblk(&pic,im)==0){ 
    176176                        x264_picture_t xpic; 
    177177                        x264_picture_t oxpic; 
Note: See TracChangeset for help on using the changeset viewer.