fix got_picture output
Originally committed as revision 99 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		
							parent
							
								
									bf89e6b1f9
								
							
						
					
					
						commit
						9d02db7a17
					
				@ -875,11 +875,11 @@ static int mjpeg_decode_frame(AVCodecContext *avctx,
 | 
				
			|||||||
    int len, code, start_code, input_size, i;
 | 
					    int len, code, start_code, input_size, i;
 | 
				
			||||||
    AVPicture *picture = data;
 | 
					    AVPicture *picture = data;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    *data_size = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /* no supplementary picture */
 | 
					    /* no supplementary picture */
 | 
				
			||||||
    if (buf_size == 0) {
 | 
					    if (buf_size == 0)
 | 
				
			||||||
        *data_size = 0;
 | 
					 | 
				
			||||||
        return 0;
 | 
					        return 0;
 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    buf_ptr = buf;
 | 
					    buf_ptr = buf;
 | 
				
			||||||
    buf_end = buf + buf_size;
 | 
					    buf_end = buf + buf_size;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user