Changeset 1083:18a793b2da55 in mediastreamer2
- Timestamp:
- Feb 20, 2011 6:44:40 PM (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
plugins/msx264/src/msx264.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/msx264/src/msx264.c
r1081 r1083 173 173 ms_queue_init(&nalus); 174 174 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){ 176 176 x264_picture_t xpic; 177 177 x264_picture_t oxpic;
Note: See TracChangeset
for help on using the changeset viewer.
