>Meant to say Where is AVPacket declared for the ffmpeg header file avformat.h. > Did find that avformat.h includes libavcodec/avcodec.h, so not necessary to include it separately. It looks like part of the compile error could be from a different header file tree being used first, as there are a few different ffmpeg builds. The correct header file should be /usr/include/libavcodec.h, and the other file(s) should not be included. Solving this include directory path error should solve the original problem.
> avcodec.h, but including it did not solve the problem as it is still > considered AVPacket undeclared. This seems to be from a different avcodec.h being included from another ffmpeg branch. Will try to sort this out. _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
