Lines Matching refs:stderr
41 fprintf(stderr, "Error while sending a packet to the decoder: %s\n", av_err2str(ret));
50 fprintf(stderr, "Error while receiving a frame from the decoder: %s\n", av_err2str(ret));
87 fprintf(stderr, "Could not find %s stream in input file '%s'\n",
96 fprintf(stderr, "Failed to allocate codec\n");
102 fprintf(stderr, "Failed to copy codec parameters to codec context\n");
111 fprintf(stderr, "Failed to open %s codec\n",
130 fprintf(stderr, "Usage: %s <video>\n", argv[0]);
136 fprintf(stderr, "Could not open source file %s\n", src_filename);
141 fprintf(stderr, "Could not find stream information\n");
150 fprintf(stderr, "Could not find video stream in the input, aborting\n");
157 fprintf(stderr, "Could not allocate frame\n");
164 fprintf(stderr, "Could not allocate AVPacket\n");