X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fcookdata.h;h=38beef41cd5ebf673eb9e4429e05bc469a685c6c;hb=17acc63a32b4842dc1e9d578bfafd2bd98a273b4;hp=5d18010a0a20f2104deb519e08902ab649be4655;hpb=efb775777f815f3140f79f58d3f756a3a4831235;p=ffmpeg diff --git a/libavcodec/cookdata.h b/libavcodec/cookdata.h index 5d18010a0a2..38beef41cd5 100644 --- a/libavcodec/cookdata.h +++ b/libavcodec/cookdata.h @@ -18,7 +18,6 @@ * You should have received a copy of the GNU Lesser General Public * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * */ /** @@ -26,8 +25,8 @@ * Cook AKA RealAudio G2 compatible decoderdata */ -#ifndef AVCODEC_COOKDATA_H -#define AVCODEC_COOKDATA_H +#ifndef FFMPEG_COOKDATA_H +#define FFMPEG_COOKDATA_H #include @@ -563,4 +562,4 @@ static const float* cplscales[5] = { cplscale2, cplscale3, cplscale4, cplscale5, cplscale6, }; -#endif // AVCODEC_COOKDATA_H +#endif /* FFMPEG_COOKDATA_H */