Skip to content

Commit

Permalink
lavc: add AV prefix to codec ids.
Browse files Browse the repository at this point in the history
  • Loading branch information
elenril committed Aug 7, 2012
1 parent f5d2c59 commit 104e10f
Show file tree
Hide file tree
Showing 5 changed files with 698 additions and 317 deletions.
3 changes: 3 additions & 0 deletions doc/APIchanges
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ libavutil: 2011-04-18

API changes, most recent first:

2012-08-xx - xxxxxxx - lavc 54.25 - avcodec.h
Rename CodecID to AVCodecID and all CODEC_ID_* to AV_CODEC_ID_*.

2012-08-03 - xxxxxxx - lavu 51.37.1 - cpu.h
lsws 2.1.1 - swscale.h
Rename AV_CPU_FLAG_MMX2 ---> AV_CPU_FLAG_MMXEXT.
Expand Down
1 change: 1 addition & 0 deletions libavcodec/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FFLIBS = avutil
HEADERS = avcodec.h \
avfft.h \
dxva2.h \
old_codec_ids.h \
vaapi.h \
vda.h \
vdpau.h \
Expand Down
Loading

0 comments on commit 104e10f

Please sign in to comment.